home *** CD-ROM | disk | FTP | other *** search
- // ---------------------------------------------------------------------
- //
- // P9000.H Sample VHDW Component for P9000 chips
- //
- // Version 1.0
- //
- // (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
- //
- // ---------------------------------------------------------------------
-
-
- #if !defined __P9000_H
- #define __P9000_H
-
- typedef struct {
- unsigned long dwPhysical;
- unsigned long dwMemory;
- unsigned int wScanLineWidth;
- } P9000, FAR* PP9000;
-
- #endif
-
-